Skip to content

feat: remove llms-full.txt references from agent directives#30773

Merged
mvvmm merged 1 commit into
productionfrom
dont-mention-llms-full-to-agents
May 13, 2026
Merged

feat: remove llms-full.txt references from agent directives#30773
mvvmm merged 1 commit into
productionfrom
dont-mention-llms-full-to-agents

Conversation

@mvvmm
Copy link
Copy Markdown
Contributor

@mvvmm mvvmm commented May 12, 2026

Summary

Removes llms-full.txt references from agent-facing directives. The file is intended for humans to point agents at in specific cases (offline indexing, bulk vectorization) — not for live agents to fetch autonomously.

Changes:

  • AgentDirective.astro — removes the sentence directing agents to product and global llms-full.txt endpoints
  • src/pages/llms.txt.ts — removes the llms-full.txt blockquote line from the global llms.txt
  • src/pages/[...product]/llms.txt.ts — removes the llms-full.txt blockquote line from per-product llms.txt files

Human-facing documentation describing llms-full.txt (in docs-for-agents/index.mdx, prompting.mdx, and the style guide partial) is unchanged.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
*.astro @cloudflare/content-engineering, @kodster28
*.ts @cloudflare/content-engineering, @kodster28

@ask-bonk ask-bonk Bot added engineering Problems or updates to developers.cloudflare.com website docs engine Requires a change to the docs engine size/xs labels May 12, 2026
Copy link
Copy Markdown
Contributor

@ask-bonk ask-bonk Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found. Type-check, lint, and formatting all pass.

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented May 12, 2026

Labels applied: engineering, docs engine, size/xs

PR Review Summary

No issues found. The PR cleanly removes llms-full.txt references from three agent-facing files (AgentDirective.astro, src/pages/llms.txt.ts, and src/pages/[...product]/llms.txt.ts) without affecting human-facing documentation. All validation checks pass:

  • pnpm run check — 0 errors
  • pnpm run lint — clean
  • pnpm run format:core:check — clean

The change is well-scoped and the implementation is correct. No inline suggestions needed.

github run

@mvvmm mvvmm marked this pull request as ready for review May 12, 2026 21:07
@mvvmm mvvmm requested review from a team and kodster28 as code owners May 12, 2026 21:07
@github-actions
Copy link
Copy Markdown
Contributor

@mvvmm mvvmm merged commit 4368944 into production May 13, 2026
25 checks passed
@mvvmm mvvmm deleted the dont-mention-llms-full-to-agents branch May 13, 2026 15:37
Brunojoe1994 pushed a commit to Brunojoe1994/cloudflare-docs that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs engine Requires a change to the docs engine engineering Problems or updates to developers.cloudflare.com website size/s size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants